From b77015e705adf4946f8d063edcea9d009992d00f Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Tue, 1 Mar 2005 10:26:55 +0000 Subject: [PATCH] some not commited in inverse_timestamp patch --- maintenance/updaters.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index d2d326ce2a..018488511a 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -376,7 +376,7 @@ function do_schema_restructuring() { echo "......Moving text from cur.\n"; $wgDatabase->query( "INSERT INTO $old (old_namespace, old_title, old_text, old_comment, old_user, old_user_text, - old_timestamp, old_minor_edit, old_flags, rev_timestamp) + old_timestamp, old_minor_edit, old_flags) SELECT cur_namespace, cur_title, cur_text, cur_comment, cur_user, cur_user_text, cur_timestamp, cur_minor_edit,'' FROM $cur", $fname ); -- 2.20.1